home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / COMM / INTERNET / TELNET / RLOGIND / !RloginD / telnet / ReadMe < prev    next >
Text File  |  1993-09-02  |  2KB  |  78 lines

  1. Name   : rxtelnet.c
  2. Purpose: telnet server for Archimedes !RloginD
  3. Author : (C) 1991 Andrew Brooks
  4. Version: 1.50, 02 Sep 1993
  5.  
  6.  
  7. Installation
  8. ------------
  9. 0. This software runs under UNIX, don't try it on RISC OS!
  10. 1. Change the PORT number in the Makefile (must be >1024).
  11.    Bonus points if you spot the origin of my number.
  12.    Remove -DLOG_CHARS if you don't want all transfers logged.
  13. 2. Type 'make' to compile.
  14.    The term.c and term.h files are an attempt at a system-
  15.    independent way of saving/restoring terminal settings and
  16.    putting the terminal into raw/cooked mode.  As with the
  17.    rest of the software it is copyright but freely distributable.
  18.  
  19.  
  20. Use
  21. ---
  22. 1. Using a terminal program, login to your mainframe.
  23. 2. Run rxtelnet
  24. 3. Quit the terminal program.
  25. 4. Start !RloginD.
  26. 5. Walk into the lab and login to your mainframe.
  27. 6. Type 'telnet host 2112' or whatever port number you used above.
  28. 7. Pressing Return should give the supervisor prompt or the login
  29.    prompt.
  30. 8. You will probably want to escape from telnet (Ctrl-]) and type
  31.    'mode character' to ensure all characters are sent without
  32.    line editing.  This ensures that lines entered will not be
  33.    displayed twice.
  34. 9. To terminate the connection type Ctrl-] to escape from telnet
  35.    and type 'quit'.  A 'logout' command is sent to the Archimedes
  36.    so that the task window can be terminated.  Another telnet
  37.    session can be started without having to restart the rxtelnet
  38.    server, although obviously only one session can be active at
  39.    once.
  40. 10. To terminate the rxtelnet program from the Archimedes end
  41.    run your terminal emulator and type Ctrl-C.  This can not be
  42.    done when there are clients connected because the terminal
  43.    is in raw mode and so the Ctrl-C will be seen as a character
  44.    and not as an interrupt.
  45.  
  46.  
  47. Notes
  48. -----
  49. No interpretation of the Archimedes VDU commands is performed.
  50. Only a couple of telnet commands are interpreted; just enough
  51. to get the program up and running.
  52.  
  53.  
  54. Disclaimer
  55. ----------
  56. I wrote this so long ago and never bothered to finish it
  57. that the code is rather nasty and I can't even remember whether
  58. it works or not.  Good luck with it anyway; I hope it inspires
  59. you to write something better and give it away free.
  60.  
  61.  
  62. Contact
  63. -------
  64. Andrew Brooks
  65. arb@comp.lancs.ac.uk
  66. Computer Science Department,
  67. Lancaster University,
  68. Lancaster,
  69. LA1 4YR,
  70. UK.
  71.  
  72. After 1993:
  73. 7 Kennedy Close,
  74. Newton,
  75. Chester,
  76. CH2 2PL,
  77. UK.
  78.